home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / X-Ray / samples / transparent floater / source / init.h < prev   
Encoding:
C/C++ Source or Header  |  1999-06-07  |  393 b   |  16 lines  |  [TEXT/CWIE]

  1. #include <Sound.h>
  2.  
  3. #include "common.h"
  4.  
  5. extern flt_GlobalCommRec        gCommRec;
  6. extern GetNextEventFilterUPP    gOldjGNEFilter;
  7. extern OSErr                    gErr;
  8.  
  9. // main protos
  10. Boolean InstalStuff ();
  11. pascal     OSErr flt_Gestalt (OSType selector, long *response);
  12.  
  13. // events protos
  14. pascal void    flt_GNEFilter (EventRecord *theEvent, Boolean *result); // the ever popular GNE filter
  15. OSErr IsDaemonRunning (void);
  16.